summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Globals.h b/src/Globals.h
index e4adb166c..13e793259 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -87,8 +87,6 @@
#define OBSOLETE __attribute__((deprecated))
// Some portability macros :)
- #define stricmp strcasecmp
-
#define FORMATSTRING(formatIndex, va_argsIndex) __attribute__((format (printf, formatIndex, va_argsIndex)))
#if defined(_WIN32)